home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / AntySpyware / Spybot - Search and destroy 1.4 / spybotsd14.exe / {app} / SpybotSD.exe / 0 / RCDATA / TFORMLEGALS / TFORMLEGALS.txt
Text File  |  2005-05-31  |  1KB  |  55 lines

  1. object formLegals: TformLegals
  2.   Left = 372
  3.   Top = 301
  4.   BorderStyle = bsDialog
  5.   Caption = 'Legal stuff'
  6.   ClientHeight = 145
  7.   ClientWidth = 348
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   PopupMode = pmAuto
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object labelInformation: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 329
  24.     Height = 65
  25.     AutoSize = False
  26.     Caption = 
  27.       'If you remove advertisement robots with this program, you may no' +
  28.       't be allowed to continue using their host programs. Read their l' +
  29.       'icense agreements for further information.'
  30.     WordWrap = True
  31.   end
  32.   object buttonOK: TBitBtn
  33.     Left = 136
  34.     Top = 112
  35.     Width = 75
  36.     Height = 25
  37.     TabOrder = 0
  38.     Kind = bkOK
  39.   end
  40.   object checkboxNotAgain: TCheckBox
  41.     Left = 8
  42.     Top = 80
  43.     Width = 329
  44.     Height = 17
  45.     Caption = 'Don'#39't show this message again.'
  46.     TabOrder = 1
  47.   end
  48.   object hideTimer: TTimer
  49.     Enabled = False
  50.     OnTimer = hideTimerTimer
  51.     Left = 296
  52.     Top = 112
  53.   end
  54. end
  55.